#############################################################################
#                                                                           #
#                       cifX TCP Server                                     #
#                                                                           #
#############################################################################


General Notes
-------------
The versions are given in the form "<major>.<minor>.<build>.<revision>".
This is in line with the canonical numbering for all Hilscher firmware.
The dates are given in the international date format (yyyy-mm-dd).



#############################################################################
#                                                                           #
#                            Version History                                #
#                                                                           #
#############################################################################

V2.6.0.0 (2020-12-01)
----------------------
Changes:
 - Update Marshaller to V2.4.0.0
 
Add-ons:
 - Added an own OS abstraction layer

Bug fixes:
 - None.
 
V2.5.0.0 (2019-11-08)
----------------------
Changes:
 - Update Marshaller to V2.3.0.0
 
Add-ons:
 - None.

Bug fixes:
 - None.

V2.4.0.0 (2019-08-15)
----------------------
Changes:
 - Update Marshaller to V2.2.0.0
 - Added include path for cifX API to project file

Add-ons:
 - None.

Bug fixes:
 - None.

V2.3.0.0 (2016-07-04)
----------------------
Changes:
 - Added request for administrative rights when started

Add-ons:
 - None.

Bug fixes:
 - None.
 
V2.2.1.0 (2015-09-18)
----------------------
Changes:
 - Changed project to MSVC 2010 and added 64Bit project settings

Add-ons:
 - None.

Bug fixes:
 - None.
 
V2.2.0.0 (2015-08-17)
----------------------
Changes:
 - Update Marshaller to V2.0.18.0

Add-ons:
 - None.

Bug fixes:
 - None.

V2.1.1.0 (2013-10-14)
----------------------
Changes:
 - [#24277]: Update Marshaller to V2.0.16.0
 
Add-ons:
 - [#24117]: Mark connection as permanent (HIL_MARSHALLER_PERMANENT_CONNECTION)
 - [#24275]: Add support for xDriverRestartDevice

Bug fixes:
 - None.

V2.1.0.0 (2011-01-03)
----------------------
Changes:
 - None.
 
Add-ons:
 - [#11781]: Hook rcX download packets to support firmware and config file storage on device side

Bug fixes:
 - None.
 
V2.0.14.0 (2010-10-25)
----------------------
Changes:
 - Code review
 - Update Marshaller Version to 2.0.14.0
 
Add-ons:
 - [#9922]: TCP/IP Server for cifX should show IP address of PC station it is running on
 - [#9923]: TCP/IP Server for cifX could show available and found cifX cards before a connection is established

Bug fixes:
 - None.
 
V2.0.13.0 (2010-04-15)
----------------------
Changes:
 - cifX TCP Server version now handled independently from the netX Marshaller
 
Add-ons:
 - Timeout handling added to close client after 5 seconds of inactivity

Bug fixes:
 - Application crashes if loading of cifX device driver failed
 
V2.0.12.0 (2010-04-01)
----------------------
Changes:
 - netX Marshaller updated
 
Add-ons:
 - None.

Bug fixes:
 - None.
 
V2.0.10.0 (2010-02-01)
----------------------
Changes:
 - Add FindFirstFile/FindNextFile driver functions to marshaller configuration
 - Doxygen comments added

Add-ons:
 - None.

Bug fixes:
 - None.


V2.0.9.0 (2009-12-04)
---------------------
Changes:
 - Wrapper for xSysdeviceOpen(),xSysdeviceClose(), xChannelOpen(),xChannelClose() added to track channel access
 - Query name of connected client
 - GUI design changed
 - Use CTreeListCtrl to display clients
 - Tranparent icon used
 - Show TCP traffic via timer event to reduce CPU load

Add-ons:
 - None.

Bug fixes:
 - None.


V2.0.8.0 (2009-11-04)
---------------------
Changes:
 - Initial version.

Add-ons:
 - None.

Bug fixes:
 - None.
